home *** CD-ROM | disk | FTP | other *** search
Makefile | 1999-04-19 | 509 b | 21 lines |
- # Compiling for SAS/C 6.5x
-
- START = LIB:c.o lib:start.o
- LFLG = SC SD ND BATCH NOICONS
- LIBS = lib:scan.lib+LIB:sc.lib+LIB:amiga.lib
-
- all: Antique
-
- Antique: antique.o Antique_ppc.elf.o
- Slink $(LFLG) FROM $(START) antique.o antique_ppc.elf.o TO Antique LIB $(LIBS)
-
- antique.o: antique.c
- sc antique.c
-
- antique_ppc.elf.o: antique_ppc.elf
- genam antique_ppc.elf.s
-
- antique_ppc.elf: antique_ppc.c
- scppc antique_ppc.c
- ppc-amigaos-ld -r -o Antique_ppc.elf lib:c_ppc.o antique_ppc.o lib:scppc.a lib:end.o
-